gesturestylus: Add missing array g-i annotation for *_get_axes params
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 20 Aug 2018 14:57:54 +0000 (16:57 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 20 Aug 2018 14:57:54 +0000 (16:57 +0200)
gtk/gtkgesturestylus.c

index 5ee62ee05f79c4d7769907441f7b6a15e12e9934..9ba5fc804d8d78531d4d3b1703ccf896ceb2e264 100644 (file)
@@ -187,8 +187,8 @@ gtk_gesture_stylus_get_axis (GtkGestureStylus *gesture,
 /**
  * gtk_gesture_stylus_get_axes:
  * @gesture: a GtkGestureStylus
- * @axes: array of requested axes, terminated with #GDK_AXIS_IGNORE
- * @values: (out): return location for the axis values
+ * @axes: (array): array of requested axes, terminated with #GDK_AXIS_IGNORE
+ * @values: (out) (array): return location for the axis values
  *
  * Returns the current values for the requested @axes. This function
  * must be called from either the #GtkGestureStylus:down,